github.com/refraction-networking/utls.certificateVerifyMsg.signatureAlgorithm (field)
13 uses
github.com/refraction-networking/utls (current package)
handshake_client.go#L845: certVerify.signatureAlgorithm = signatureAlgorithm
handshake_client_tls13.go#L853: if !isSupportedSignatureAlgorithm(certVerify.signatureAlgorithm, supportedSignatureAlgorithms()) {
handshake_client_tls13.go#L857: sigType, sigHash, err := typeAndHashFromSignatureScheme(certVerify.signatureAlgorithm)
handshake_client_tls13.go#L970: certVerifyMsg.signatureAlgorithm, err = selectSignatureScheme(c.vers, cert, hs.certReq.supportedSignatureAlgorithms)
handshake_client_tls13.go#L978: sigType, sigHash, err := typeAndHashFromSignatureScheme(certVerifyMsg.signatureAlgorithm)
handshake_messages.go#L1891: signatureAlgorithm SignatureScheme
handshake_messages.go#L1900: b.AddUint16(uint16(m.signatureAlgorithm))
handshake_messages.go#L1917: if !s.ReadUint16((*uint16)(&m.signatureAlgorithm)) {
handshake_server.go#L754: if !isSupportedSignatureAlgorithm(certVerify.signatureAlgorithm, certReq.supportedSignatureAlgorithms) {
handshake_server.go#L758: sigType, sigHash, err = typeAndHashFromSignatureScheme(certVerify.signatureAlgorithm)
handshake_server_tls13.go#L858: certVerifyMsg.signatureAlgorithm = hs.sigAlg
handshake_server_tls13.go#L1092: if !isSupportedSignatureAlgorithm(certVerify.signatureAlgorithm, supportedSignatureAlgorithms()) {
handshake_server_tls13.go#L1096: sigType, sigHash, err := typeAndHashFromSignatureScheme(certVerify.signatureAlgorithm)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |